Hệ thống hiệu sách thương mại điện tử

1 <?php
2 session_start();
3 unset($_SESSION[
'user']);
4 session_destroy();
5 header(
"location: index.php?Message=" . "successfully logged out!!");
6 ?>


Gõ tìm kiếm nhanh...